home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 001 (1987-02-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 001 (1987-02-15)(Ossowski, Stefan)(DE)(PD).adf / s / Startup-Sequence.hd < prev   
Text File  |  1987-03-02  |  898b  |  56 lines

  1. echo "A500/A2000 Workbench disk.  Release 1.2 version 33.50*N"
  2. echo "sample Startup-Sequence for use with a Hard Disk with Workbench installed"
  3. BindDrivers
  4. IF EXISTS sys:system
  5.     path sys:system add
  6. ENDIF
  7. IF EXISTS sys:utilities
  8.     path sys:utilities add
  9. ENDIF
  10. SetMap usa1
  11.  
  12. dir ram:
  13. path ram: add
  14.  
  15. addbuffers df0: 20
  16.  
  17. failat 25
  18. assign >NIL: dh0:
  19. IF FAIL
  20. echo "Transfering control to DH0:*N"
  21. path reset
  22. assign SYS: dh0:
  23. if exists: dh0:c
  24. assign C: SYS:c
  25. endif
  26. if exists: dh0:l
  27. assign L: SYS:l
  28. endif
  29. if exists: dh0:fonts
  30. assign FONTS: SYS:fonts
  31. endif
  32. if exists: dh0:s
  33. assign S: SYS:s
  34. endif
  35. if exists: dh0:devs
  36. assign DEVS: SYS:devs
  37. endif
  38. if exists: dh0:libs
  39. assign LIBS: SYS:libs
  40. endif
  41. if exists: dh0:t
  42. assign T: SYS:t
  43. endif
  44. if exists sys:system
  45. path sys:system add
  46. endif
  47. if exists sys:utilities
  48. path sys:utilities add
  49. endif
  50. path ram: add
  51. cd dh0:
  52. ENDIF
  53. LoadWB
  54. SetClock >NIL: Opt load
  55. endcli > nil:
  56.